﻿namespace Warudo.Core.Licensing {
    public class LicenseManager {

        public bool IsLicensed { get; set; }

    }
}
